skip the firewall in failsafe mode (prevent firewall lockouts)
authorMike Baker <[email protected]>
Sun, 17 Jul 2005 05:38:05 +0000 (05:38 +0000)
committerMike Baker <[email protected]>
Sun, 17 Jul 2005 05:38:05 +0000 (05:38 +0000)
SVN-Revision: 1477

openwrt/target/default/target_skeleton/etc/init.d/S45firewall

index 17f9086b56bce583695d4215a58e0e14a75b7304..ba1962b6cd5f4c68395fcf913b0b7d93128d1277 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 ## Please make changes in /etc/firewall.user
+${FAILSAFE:+exit}
 
 . /etc/functions.sh
 WAN=$(nvram get wan_ifname)